
Public Member Functions | |
| TBSTNode (const T &ref, const DWORD Val[N]) | |
| TBSTNode (const TBSTNode &ref) | |
| ~TBSTNode () | |
| bool | operator== (const DWORD Val[N]) |
| bool | operator> (const DWORD Val[N]) |
| bool | operator< (const DWORD Val[N]) |
| void | Destroy () |
| void | AddDataToList (deTList< T * > &list) |
| void | AddValueToList (deTList< DWORD > &list) |
Public Attributes | |
| TBSTNode * | Left |
| TBSTNode * | Right |
| TBSTNode * | Parent |
| TBSTNode * | Chain |
| deTBST * | BST |
| T | Data |
| DWORD | Value [N] |
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3-rc3